home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / amgrfix4.arc / WHATSNEW.004 < prev   
Text File  |  1991-07-12  |  2KB  |  61 lines

  1. History for AMGRFIX
  2. -------------------
  3.  
  4. Version 0.03 -> 0.04
  5. --------------------
  6.  
  7. - AmgrFix strips now empty lines in the requests
  8.  
  9. - The user can write a message to AreaMgr/AreaFix using the good old
  10.   AreaFix syntax:
  11.  
  12.   To: AreaFix /Q /L
  13.           ^--^-- -Q -L | /q /l | -q -l) works also....
  14.  
  15.   if one of the switches was found amgrfix appends to the mail:
  16.  
  17.   /Q -> %QUERY
  18.   /L -> %LIST
  19.  
  20.   please note: its *no* check built in, to detect additional %QUERY or
  21.   %LIST defined in the message - the user gets possibly two list's ;-)
  22.  
  23. - It strips all charcters behind the "Areamgr" string to aviod problems...
  24.  
  25. - Fixed a _nasty_ bug (which was *never* reported and just found while
  26.   debugging):
  27.  
  28.   if the file AMGRFIX.BAK was present in the netmail-directory, it was
  29.   nothing done with the messages because I couldn't rename the *.msg!
  30.  
  31.   !! pfff !!
  32.  
  33.  
  34. Version 0.02 -> 0.03
  35. --------------------
  36.  
  37. - No bugs reported or found - only speed increased
  38.  
  39. - AmgrFix no longer displays the number of the netmails while scanning
  40.   messages, which are older than the timemark file - it runs again faster.
  41.   It only displays the message-number of messages currently working
  42.   on.
  43.  
  44. - Compiled using Borland C++ 2.0
  45.  
  46. Version 0.01 -> 0.02
  47. --------------------
  48.  
  49. - AmgrFix is now available in a 286 (Amgrf286.com) and a 8086/88 (Amgrfix.com)
  50.   version
  51.  
  52. - AmgrFix looks now for more than one '-' together in a message, and if found,
  53.   it truncates the message before the first '-'. This prevents Tosscan to
  54.   crash, if there is an tearline in an request message.
  55.  
  56. - AmgrFix exits with errorlevel 0 if no messages are detected, with 1 if there
  57.   are messages, and with 2 if there was a problem.
  58.  
  59. - Doc in english is now in the archive ;-)
  60.  
  61.